home *** CD-ROM | disk | FTP | other *** search
- object FormExpand: TFormExpand
- Left = 196
- Top = 103
- BorderStyle = bsDialog
- Caption = 'Enlarge Canvas'
- ClientHeight = 142
- ClientWidth = 308
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 289
- Height = 85
- Shape = bsFrame
- end
- object LabelWidth: TLabel
- Left = 20
- Top = 28
- Width = 30
- Height = 12
- Caption = '&Width:'
- FocusControl = Edit1
- end
- object LabelHeight: TLabel
- Left = 164
- Top = 28
- Width = 35
- Height = 12
- Caption = '&Height:'
- FocusControl = Edit2
- end
- object Edit1: TEdit
- Left = 64
- Top = 24
- Width = 61
- Height = 20
- TabOrder = 0
- Text = '1'
- end
- object UpDownWidth: TUpDown
- Left = 125
- Top = 24
- Width = 15
- Height = 20
- Associate = Edit1
- Min = 1
- Max = 20000
- Position = 1
- TabOrder = 1
- Thousands = False
- Wrap = False
- end
- object Edit2: TEdit
- Left = 208
- Top = 24
- Width = 61
- Height = 20
- TabOrder = 2
- Text = '1'
- end
- object UpDownHeight: TUpDown
- Left = 269
- Top = 24
- Width = 15
- Height = 20
- Associate = Edit2
- Min = 1
- Max = 20000
- Position = 1
- TabOrder = 3
- Thousands = False
- Wrap = False
- end
- object CheckCenter: TCheckBox
- Left = 64
- Top = 60
- Width = 185
- Height = 17
- Caption = '&Center'
- TabOrder = 4
- end
- object Button1: TButton
- Left = 140
- Top = 103
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object btnCancel: TButton
- Left = 221
- Top = 103
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- end
-